home *** CD-ROM | disk | FTP | other *** search
- Path: news.th-darmstadt.de!news
- From: enno@inferenzsysteme.informatik.th-darmstadt.de (Enno Sandner)
- Newsgroups: comp.lang.c++
- Subject: Re: member function pointer to function pointer conversion?
- Date: 29 Feb 1996 14:14:22 +0100
- Organization: Fachbereich Informatik, TH Darmstadt
- Sender: enno@kitz.inferenzsysteme.informatik.th-darmstadt.de
- Message-ID: <ltpwayi89d.fsf@kitz.inferenzsysteme.informatik.th-darmstadt.de>
- References: <4h36o7$php@mozo.cc.purdue.edu>
- NNTP-Posting-Host: kitz.intellektik.informatik.th-darmstadt.de
- In-reply-to: kime@cs.purdue.edu's message of 29 Feb 1996 03:32:23 GMT
- X-Newsreader: Gnus v5.1
-
- In article <4h36o7$php@mozo.cc.purdue.edu> kime@cs.purdue.edu (FJ Kime Jr) writes:
-
- Yes, a member function is meaningless without a specefic object
- to operate on. I want to manually link 'this' later, but does anyone
- know of a portable { i.e. something besides a compiler directive } way
- to convert a member function pointer to a function pointer so that
- it may be passed to an assembler routine (or the operating system)?
-
- There is no portable way, unless the member function is declared as static.
-
- Enno
-